github.com/jackc/pgx/v5/pgconn.ResultReader.fieldDescriptions (field)

16 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L1569: 				rr.fieldDescriptions = rr.pgConn.getFieldDescriptionSlice(len(sdFields))
		pgconn.go#L1571: 				err := combineFieldDescriptionsAndResultFormats(rr.fieldDescriptions, sdFields, resultFormats)
		pgconn.go#L1596: 				fieldDescriptions: mrr.pgConn.getFieldDescriptionSlice(len(msg.Fields)),
		pgconn.go#L1598: 			convertRowDescription(mrr.pgConn.resultReader.fieldDescriptions, msg)
		pgconn.go#L1647: 	fieldDescriptions []FieldDescription
		pgconn.go#L1722: 	return rr.fieldDescriptions
		pgconn.go#L1780: 				rr.fieldDescriptions = rr.pgConn.getFieldDescriptionSlice(len(sdFields))
		pgconn.go#L1782: 				err := combineFieldDescriptionsAndResultFormats(rr.fieldDescriptions, sdFields, resultFormats)
		pgconn.go#L1791: 				rr.fieldDescriptions = rr.pgConn.getFieldDescriptionSlice(len(sdFields))
		pgconn.go#L1793: 				err := combineFieldDescriptionsAndResultFormats(rr.fieldDescriptions, sdFields, resultFormats)
		pgconn.go#L1824: 		rr.fieldDescriptions = rr.pgConn.getFieldDescriptionSlice(len(msg.Fields))
		pgconn.go#L1825: 		convertRowDescription(rr.fieldDescriptions, msg)
		pgconn.go#L2659: 			fieldDescriptions: fieldDescriptions,
		pgconn.go#L2669: 			fieldDescriptions: fieldDescriptions,
		pgconn.go#L2772: 			fieldDescriptions: p.conn.getFieldDescriptionSlice(len(msg.Fields)),
		pgconn.go#L2774: 		convertRowDescription(p.conn.resultReader.fieldDescriptions, msg)